From: Kenichi Handa Date: Mon, 30 Mar 2009 01:52:08 +0000 (+0000) Subject: (chinese-big5): Change type to `big5'. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~1028 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7362f03a0d005c59dcfecde1b514f8ef4cc0d850;p=emacs.git (chinese-big5): Change type to `big5'. --- diff --git a/lisp/language/chinese.el b/lisp/language/chinese.el index 80cd691e655..9a6aa51c963 100644 --- a/lisp/language/chinese.el +++ b/lisp/language/chinese.el @@ -122,7 +122,7 @@ (define-coding-system 'chinese-big5 "BIG5 8-bit encoding for Chinese (MIME:Big5)" - :coding-type 'charset + :coding-type 'big5 :mnemonic ?B :charset-list '(ascii big5) :mime-charset 'big5)